The Universal Product Code ( UPC) is a barcode symbology (i.e., a specific type of barcode) that is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand, and in other countries for tracking in stores. Its most common form, the UPC-A, consists of 12 , which are uniquely assigned to each trade item. Along with the related EAN barcode, the UPC is the barcode mainly used for scanning of trade items at the point of sale, per GS1 specifications.http://www.gs1us.org/standards/barc..
A diacritic – also diacritical mark, diacritical point, diacritical sign from ancient Greek διά ( dia, through) and κρίνω ( krinein, to separate) – is a glyph added to a letter, or basic glyph. The term derives from the Greek διακριτικός ( diakritikós, "distinguishing"). Diacritic is primarily an adjective, though sometimes used as a noun, whereas diacritical is only ever an adjective. Some diacritical marks, such as the acute ( ´ ) and grave ( `&thins..
In computer programming, a parameter is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine. These pieces of data are called arguments. An ordered list of parameters is usually included in the definition of a subroutine, so that, each time the subroutine is called, its arguments for that call can be assigned to the corresponding parameters.